3.4.44 \(\int x^{5/2} (a+b x^2) (A+B x^2) \, dx\) [344]

Optimal. Leaf size=39 \[ \frac {2}{7} a A x^{7/2}+\frac {2}{11} (A b+a B) x^{11/2}+\frac {2}{15} b B x^{15/2} \]

[Out]

2/7*a*A*x^(7/2)+2/11*(A*b+B*a)*x^(11/2)+2/15*b*B*x^(15/2)

________________________________________________________________________________________

Rubi [A]
time = 0.01, antiderivative size = 39, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 1, integrand size = 20, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.050, Rules used = {459} \begin {gather*} \frac {2}{11} x^{11/2} (a B+A b)+\frac {2}{7} a A x^{7/2}+\frac {2}{15} b B x^{15/2} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[x^(5/2)*(a + b*x^2)*(A + B*x^2),x]

[Out]

(2*a*A*x^(7/2))/7 + (2*(A*b + a*B)*x^(11/2))/11 + (2*b*B*x^(15/2))/15

Rule 459

Int[((e_.)*(x_))^(m_.)*((a_) + (b_.)*(x_)^(n_))^(p_.)*((c_) + (d_.)*(x_)^(n_))^(q_.), x_Symbol] :> Int[ExpandI
ntegrand[(e*x)^m*(a + b*x^n)^p*(c + d*x^n)^q, x], x] /; FreeQ[{a, b, c, d, e, m, n}, x] && NeQ[b*c - a*d, 0] &
& IGtQ[p, 0] && IGtQ[q, 0]

Rubi steps

\begin {align*} \int x^{5/2} \left (a+b x^2\right ) \left (A+B x^2\right ) \, dx &=\int \left (a A x^{5/2}+(A b+a B) x^{9/2}+b B x^{13/2}\right ) \, dx\\ &=\frac {2}{7} a A x^{7/2}+\frac {2}{11} (A b+a B) x^{11/2}+\frac {2}{15} b B x^{15/2}\\ \end {align*}

________________________________________________________________________________________

Mathematica [A]
time = 0.02, size = 35, normalized size = 0.90 \begin {gather*} \frac {2 x^{7/2} \left (165 a A+105 A b x^2+105 a B x^2+77 b B x^4\right )}{1155} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[x^(5/2)*(a + b*x^2)*(A + B*x^2),x]

[Out]

(2*x^(7/2)*(165*a*A + 105*A*b*x^2 + 105*a*B*x^2 + 77*b*B*x^4))/1155

________________________________________________________________________________________

Maple [A]
time = 0.08, size = 28, normalized size = 0.72

method result size
derivativedivides \(\frac {2 a A \,x^{\frac {7}{2}}}{7}+\frac {2 \left (A b +B a \right ) x^{\frac {11}{2}}}{11}+\frac {2 b B \,x^{\frac {15}{2}}}{15}\) \(28\)
default \(\frac {2 a A \,x^{\frac {7}{2}}}{7}+\frac {2 \left (A b +B a \right ) x^{\frac {11}{2}}}{11}+\frac {2 b B \,x^{\frac {15}{2}}}{15}\) \(28\)
gosper \(\frac {2 x^{\frac {7}{2}} \left (77 b B \,x^{4}+105 A b \,x^{2}+105 B a \,x^{2}+165 A a \right )}{1155}\) \(32\)
trager \(\frac {2 x^{\frac {7}{2}} \left (77 b B \,x^{4}+105 A b \,x^{2}+105 B a \,x^{2}+165 A a \right )}{1155}\) \(32\)
risch \(\frac {2 x^{\frac {7}{2}} \left (77 b B \,x^{4}+105 A b \,x^{2}+105 B a \,x^{2}+165 A a \right )}{1155}\) \(32\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(5/2)*(b*x^2+a)*(B*x^2+A),x,method=_RETURNVERBOSE)

[Out]

2/7*a*A*x^(7/2)+2/11*(A*b+B*a)*x^(11/2)+2/15*b*B*x^(15/2)

________________________________________________________________________________________

Maxima [A]
time = 0.31, size = 27, normalized size = 0.69 \begin {gather*} \frac {2}{15} \, B b x^{\frac {15}{2}} + \frac {2}{11} \, {\left (B a + A b\right )} x^{\frac {11}{2}} + \frac {2}{7} \, A a x^{\frac {7}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="maxima")

[Out]

2/15*B*b*x^(15/2) + 2/11*(B*a + A*b)*x^(11/2) + 2/7*A*a*x^(7/2)

________________________________________________________________________________________

Fricas [A]
time = 1.29, size = 32, normalized size = 0.82 \begin {gather*} \frac {2}{1155} \, {\left (77 \, B b x^{7} + 105 \, {\left (B a + A b\right )} x^{5} + 165 \, A a x^{3}\right )} \sqrt {x} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="fricas")

[Out]

2/1155*(77*B*b*x^7 + 105*(B*a + A*b)*x^5 + 165*A*a*x^3)*sqrt(x)

________________________________________________________________________________________

Sympy [A]
time = 0.48, size = 46, normalized size = 1.18 \begin {gather*} \frac {2 A a x^{\frac {7}{2}}}{7} + \frac {2 A b x^{\frac {11}{2}}}{11} + \frac {2 B a x^{\frac {11}{2}}}{11} + \frac {2 B b x^{\frac {15}{2}}}{15} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x**(5/2)*(b*x**2+a)*(B*x**2+A),x)

[Out]

2*A*a*x**(7/2)/7 + 2*A*b*x**(11/2)/11 + 2*B*a*x**(11/2)/11 + 2*B*b*x**(15/2)/15

________________________________________________________________________________________

Giac [A]
time = 0.75, size = 29, normalized size = 0.74 \begin {gather*} \frac {2}{15} \, B b x^{\frac {15}{2}} + \frac {2}{11} \, B a x^{\frac {11}{2}} + \frac {2}{11} \, A b x^{\frac {11}{2}} + \frac {2}{7} \, A a x^{\frac {7}{2}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(x^(5/2)*(b*x^2+a)*(B*x^2+A),x, algorithm="giac")

[Out]

2/15*B*b*x^(15/2) + 2/11*B*a*x^(11/2) + 2/11*A*b*x^(11/2) + 2/7*A*a*x^(7/2)

________________________________________________________________________________________

Mupad [B]
time = 0.12, size = 31, normalized size = 0.79 \begin {gather*} \frac {2\,x^{7/2}\,\left (165\,A\,a+105\,A\,b\,x^2+105\,B\,a\,x^2+77\,B\,b\,x^4\right )}{1155} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(x^(5/2)*(A + B*x^2)*(a + b*x^2),x)

[Out]

(2*x^(7/2)*(165*A*a + 105*A*b*x^2 + 105*B*a*x^2 + 77*B*b*x^4))/1155

________________________________________________________________________________________